'Declaration Overloads Public Operator Widening CType( _ ByVal value As RdlEnum(Of T) _ ) As String
public string operator implicit( RdlEnum<T> value )
Parameters
- value
- The RdlEnum<T> value to convert.
Return Value
The string representing the current object.